Abs

Definition:

Abs(number)

 

Description:

Obtain the absolute value of a specified number.

 

Platforms:

All

 

Parameters:

number - required

The number whose absolute value you want to obtain.

 

Returns:

Absolute value of the specified number.

 

Notes:

Abs(24) = 24

Abs(-408.214) = 408.214